home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / coopcatc.swf / scripts / frame_96 / DoAction.as
Text File  |  2012-04-23  |  384b  |  19 lines

  1. setProperty("shihan", _X, shihanx);
  2. setProperty("basket", _X, shihanx);
  3. eggnum = random(5);
  4. objectnum = random(objects) + 1;
  5. eggx = 60 + eggnum * 70;
  6. eggy = 40;
  7. speed = 9;
  8. with(egg)
  9. {
  10.    gotoAndStop(objectnum);
  11. }
  12. with(this["chicken" + (eggnum + 1)])
  13. {
  14.    gotoAndPlay(2);
  15. }
  16. setProperty("egg", _X, eggx);
  17. setProperty("egg", _Y, eggy);
  18. setProperty("egg", _visible, 1);
  19.